-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pandafluff #3
base: pandafluff
Are you sure you want to change the base?
Pandafluff #3
Conversation
- Trigger a dialog on swipe down - Remove the "Game" and "Action" menus from the game screen
Looks pretty good. I made some comments on c56f807, just little things that seem like they may be leftovers? |
Yes, those are leftover from my original trace through the code to get SDL_USEREVENT to launch the dialog. |
I'd be happy to merge it after the cleanup. |
I have updated my branch with the clean up items we discussed. |
I have not yet pulled and looked at what you did, but maybe it's worth noting that I made a sdl-controls.xml [1] for Wesnoth, that makes it rather playable ... I added touchkey areas around the main map for directions (=scrolling the main map) and an escape button at the top right. The latter I needed because once one opens a right-click menu by holding it cannot be closed by clicking somewhere else (I guess that's a bug somewhere?!). I also made a script to create the sdl-controls.xml [2] so one can easily adjust the direction button width. As a side note: [1] https://github.com/NichtJens/wnbbpb-helper/blob/master/sdl-controls.xml |
Interesting note about the color cursor. I have some fixes that add in drag scrolling onto the play screen which works quite well and make it much more playable. I'm in the process of ironing out the bugs and play testing. |
The beginning of a "touch" interface to Wesnoth. Swipe down menu and larger buttons so far.
Still needs: